This function retrieves the number of pixel components, data type, interlace mode, and number of color lookup table entries of the palette identified by the parameter pal_id.
Result = HDF_GR_GETLUTINFO(pal_id, ncomp, data_type, interlace_mode, num_entries)
Returns SUCCEED (0) if successful or FAIL (-1) otherwise.
Palette identifier returned by HDF_GR_GETLUTID.
A named variable in which the number of components in the palette is returned.
A named variable in which the HDF data type of the palette is returned.
A named variable in which the interlace mode of the stored palette data is returned.
A named variable in which the number of color lookup table entries in the palette is returned.
None
5.2 |
Introduced |